projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afaaa98
)
(hexl-follow-line): Don't require 'fringe.
author
Kim F. Storm
<storm@cua.dk>
Fri, 19 Mar 2004 10:40:46 +0000
(10:40 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 19 Mar 2004 10:40:46 +0000
(10:40 +0000)
lisp/hexl.el
patch
|
blob
|
history
diff --git
a/lisp/hexl.el
b/lisp/hexl.el
index 9cfeb29136329531ffbe5067f2e5ade88ad2b429..cc36c37602ea2a4bde8b4a975330e6fb47c32bd5 100644
(file)
--- a/
lisp/hexl.el
+++ b/
lisp/hexl.el
@@
-900,7
+900,6
@@
Customize the variable `hexl-follow-ascii' to disable this feature."
(defun hexl-follow-line ()
"Activate `hl-line-mode'"
(require 'frame)
- (require 'fringe)
(require 'hl-line)
(set (make-local-variable 'hl-line-range-function)
'hexl-highlight-line-range)